home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / DISK / MFD10.ARJ / MFD.DOC next >
Text File  |  1991-05-17  |  4KB  |  101 lines

  1. mfd - find duplicate files
  2. Version 1.0, Copyright (c) 1991 Monk Software.
  3.  
  4. General Idea:
  5.  
  6.     This program finds duplicate files on your disk(s).  It is
  7.     possible to specify multiple disks and see duplicate files across
  8.     disks.  You have control over criteria for finding duplicate
  9.     files.  For the really business-like, there is an interactive
  10.     delete mode that presents you with menus asking which of the
  11.     duplicate files to delete.  As an option, a statistical summary of
  12.     the duplicate files is printed out at the end.
  13.  
  14. Usage:
  15.  
  16.     mfd [-ma] [-m[cdns]] [-ilv?] path [...]
  17.         where 'path' is the starting directory for finding duplicate
  18.         files.
  19.  
  20. Matching criteria:
  21.  
  22.     Tells program what information to consider in determining whether
  23.     a pair of files are duplicates or not.  The default is to consider
  24.     files as duplicates if their names, modification date/times and
  25.     sizes match (i.e. -mdns).
  26.  
  27.         -ma - All.
  28.             Consider name, size, date/time and contents.
  29.  
  30.         -m[cdns] - Set the matching criteria.
  31.             c - Contents.
  32.                 File contents must match, implies 's' (sizes must
  33.                 match).
  34.  
  35.             d - Dates.
  36.                 Date/time of files must match.
  37.  
  38.             n - Names.
  39.                 Names must match.
  40.  
  41.             s - Sizes.
  42.                 Size of files must match.
  43.  
  44. Options:
  45.  
  46.         -i - Interactive delete mode.
  47.             Duplicate files are listed in menus.  Type in the numbers
  48.             of the files you wish to delete or just hit <Return> to
  49.             leave the files alone.  The numbers can be separated by
  50.             commas or spaces.  Ranges of numbers can be specified by
  51.             separating the lower and upper limits with a dash.
  52.  
  53.         -l - Long listing of duplicate files.
  54.             Gives date/time and size information on each duplicated
  55.             file.
  56.  
  57.         -v - Verbose, print statistics.
  58.             Give information on number of files, number of duplicated
  59.             files, number of duplicate names, total number of bytes
  60.             and averages of each at the end.  When in 'interactive
  61.             delete mode', also print out how many bytes in files you
  62.             deleted.
  63.  
  64.         -vv - Very verbose, also print activity report.
  65.             In addition to printing statistics above, print out the
  66.             directories searched for duplicate files.
  67.  
  68.         -?
  69.             Print full documentation and exit.  You are here!
  70.  
  71. Differences with 'sfd':
  72.  
  73.     'mfd' is faster than 'sfd', but it does not sort the output.
  74.     'mfd' also uses somewhat more memory.
  75.  
  76. License:
  77.  
  78.     This program is shareware.  You are encouraged to try this program
  79.     out and, if you like it, to give it to friends and upload it to
  80.     BBS's and archive sites.  We also request a $10 fee to register
  81.     both this program and its companion 'sfd - sorted find
  82.     duplicates'.  When you register, you are supporting us and, in
  83.     return, we will support you.  We hope to bring you more high
  84.     quality, low cost software in the future.
  85.  
  86.     To protect ourselves, we must say that we will not be liable for
  87.     any damages resulting from use or abuse of this program.  You use
  88.     'mfd' and 'sfd' at your own risk.  However, we strive to make the
  89.     quality and reliability of these programs high.  Please report any
  90.     bugs you find.  We will gladly fix them and send you an update.
  91.  
  92.     Please send registration fees and/or bug reports to:
  93.         Monk Software
  94.         2464 El Camino Real, #404
  95.         Santa Clara, CA 95051
  96.     Include the name of the program, operating system, and disk size.
  97.  
  98.     Bug reports and other comments can also be sent as e-mail on the
  99.         Internet to: monk@netcom.com.
  100.         UUCP: uunet!apple!netcom!monk
  101.